Skip to main content

Unified Diff Library

Type

library

Description

Text comparison library, handling differences in unified diff format

Children Properties

Function

NameSummarySyntax
DiffCompareProduce a diff representing the changes between two text stringsDiffCompare(<pFrom>,<pTo>,<pContext>)
DiffPatchPatch a string with a previously computed diff.DiffPatch(<pSource>,<pDiff>)
DiffCompareFilesProduce a diff representing the changes between two text filesDiffCompareFiles(<pFrom>,<pTo>,<pContext>)